repo.or.cz
/
and.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Adding some more judges, here and there.
[and.git]
/
Google Code Jam
/
2010
/
1A
/
b
/
gen.rb
blob
ba97e7bd5cf0b582c0ef91952f4e29aaceb94cd3
1
puts 100
2
100.times do
3
d = rand(256)
4
i = rand(256)
5
m = rand(256)
6
n = 100
7
8
puts "#{d} #{i} #{m} #{n}"
9
100.times do
10
print rand(256)
11
print " "
12
end
13
puts
14
end
15